body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;font-family:'微软雅黑';}
table{border-collapse:collapse;border-spacing:0}
fieldset,img{border:0}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
ol,ul,li{list-style:none}
caption,th{text-align:left}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
q:before,q:after{content:''}
abbr,acronym{border:0}
a{color:#000;text-decoration:none}
a:active{color:#000}
.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clear{ clear:both;}
html{-webkit-text-size-adjust: none;}
input{outline:none;}

@charset "utf-8";
/* 通用属性 */
/*.left{float:left;}
.right{float:right;}*/
.fl{ float:left; display:inline;}
.fr{ float:right; display:inline;}
.center{ margin:0px auto;}
.clear{ clear:both;}

/*文字对齐方式*/
.txtLeft{text-align:left;}
.txtRight{text-align:right;}
.txtCenter{text-align:center;}
.lineThrough {text-decoration: line-through;}

/*字体*/
.fontNormal { font-weight: normal;}
.fontStrong { font-weight: 700;}

/**颜色**/
.red { color: red;}
.blue { color: blue;}
.black { color: black;}
.green { color: green;}
.white { color: white;}
.yellow { color: yellow;}
.grey { color: grey;}

/*间距*/
.mr10{ margin-right:10px;}
.mb10{ margin-bottom:10px;}
.mt5{ margin-top:5px;}
.mt10{ margin-top:10px;}
.ml10{ margin-left:10px;}
.mr20{ margin-right:20px;}
.mb20{ margin-bottom:20px;}
.mt20{ margin-top:20px;}
.ml20{ margin-left:20px;}
.mt30{ margin-top:30px; }
.m30 { margin: 30px; }
.m0 {margin: 0;}
.pd5 {padding: 5px;}
.pd10 {padding: 10px;}
.pd20 { padding: 20px;}
.pt10 { padding-top: 10px;}
.plr10 {padding: 0 10px;}
.pl20 {padding-left: 20px;}
.pb10 {padding-bottom: 10px;}
.tc { text-align: center;}
.noborder {border:none !important;}
.lh20 {line-height: 20px;}

/* form */
.inputs { border: 1px solid #cacaca; border-radius: 5px; color: #666; height: 34px; line-height: 34px; min-width: 30px; padding-left: 10px;}
.input-w50 { width:50px;}
.input-w100 { width:100px;}
.input-w150 { width:150px;}
.input-w200 { width:200px;}
.input-w250 { width:250px;}
.input-w300 { width:300px;}
.input-w400 { width:400px;}
.select { padding:5px;}
.textarea { border: 1px solid #E3E3E3; border-radius: 2px; color: #666666; display: inline-block; font-family: "Microsoft YaHei",Helvetica,Arial,sans-serif; font-size: 13px; font-weight: 400; line-height: 24px; min-height: 120px; min-width: 480px; outline: medium none; padding: 4px;resize: none; vertical-align: middle;}

/*按钮***************************************************************************************************/
/*独立按钮***************************************/
a.btn { text-decoration: none;}
.btn { display: inline-block; padding: 4px 12px; cursor: pointer; background: #f3f3f3; border-radius: 2px; -moz-border-radius: 2px; -webkit-border-radius: 2px; border: 1px #e3e3e3 solid; font-size: 13px; line-height: 20px; color: #333; text-align: center; vertical-align: middle; min-width: 48px; }
.btn:hover, .btn:focus { color: #333; background: #f5f5f5;}
.btn.active, .btn:active { color: #333; background: #efefef;}
/*靛蓝按钮*/
.btn-primary { color: #fff; background: #6e9e9e; border: none;}
.btn-primary:hover, .btn-primary:focus { color: #fff; background: #79a7a7;}
.btn-primary.active, .btn-primary:active { color: #fff; background: #619292;}
/*红色按钮*/
.btn-danger { color: #fff; background: #fe4e51; border: none;}
.btn-danger:hover, .btn-danger:focus { color: #fff; background: #fe676a;}
.btn-danger.active, .btn-danger:active { color: #fff; background: #fe4346;}
/*禁用按钮*/
.btn-disabled { cursor: default; color: #ccc;}
.btn-disabled:hover, .btn-disabled:focus { cursor: default; background: #f3f3f3; color: #ccc;}
.btn-disabled.active, .btn-disabled:active { cursor: default; background: #f3f3f3; color: #ccc;}
/*蓝色按钮*/
.btn-info { color: #fff; background: #5bc0de; border: none;}
.btn-info:hover, .btn-info:focus { color: #fff; background: #31b0d5;}
.btn-info.active, .btn-info:active { color: #fff; background: #fe4346;}
/*蓝色按钮*/
.btn-default { color: #333; background: #fff; border-color: #ccc;}
.btn-default:hover, .btn-default:focus { color: #333; background: #e6e6e6;}
.btn-default.active, .btn-default:active { color: #333; background: #fff;}
/*绿色按钮*/
.btn-success { color: #fff; background: #5cb85c; border: none;}
.btn-success:hover, .btn-success:focus { color: #fff; background: #449d44;}
.btn-success.active, .btn-success:active { color: #fff; background: #5cb85c;}
/*橙色按钮*/
.btn-warning { color: #fff; background: #f0ad4e; border: none;}
.btn-warning:hover, .btn-warning:focus { color: #fff; background: #ec971f;}
.btn-warning.active, .btn-warning:active { color: #fff; background: #f0ad4e;}
/*不同尺寸按钮*/
.btn-xsmall { padding: 4px 8px; font-size: 12px; line-height: 16px; }
.btn-small { padding: 4px 8px; font-size: 12px; line-height: 20px; min-width: 16px;}
.btn-large { padding: 4px 12px; font-size: 15px; line-height: 24px; min-width: 64px;}
.btn-xlarge { padding: 4px 16px; font-size: 15px; line-height: 28px; min-width: 80px;}

/* Loading */
.loading {width:32px;height:32px;margin:9px auto;background: url(../images/loading.gif) no-repeat;}

/*表格列表***************************************/
table {
  border-collapse: collapse;
  border-spacing: 0;
  border-color: #fff;
  width: 100%;
  background-color: transparent;
  font-size: 13px;
  color: #666;
}
th {
  text-align: center;
  font-weight: 700;
}
td {
  text-align: center;
}
.table a {
  color: #333;
        margin-right: 5px;
}
.table a:hover {
  color: #6e9e9e;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 10px;
  line-height: 1.428571429;
  vertical-align: middle;
  border-top: 1px solid #e3e3e3;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #e3e3e3;
  background-color: #fff;
  color: #333;
  border-right: 1px solid #e3e3e3;
}
.table > thead > tr > th:last-child{
    border-right: none;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 1px solid #e3e3e3;
}

.table .table {
  background-color: #ffffff;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #e3e3e3;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #e3e3e3;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 1px;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #f9f9f9;
}

.table-valign > tbody > tr > td {vertical-align:middle;}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}

table td[class*="col-"],
table th[class*="col-"] {
  display: table-cell;
  float: none;
}

/* paginator */
.paginator { clear:both;font-size: 0; padding: 38px 0 40px 60px; }
.paginator * { box-sizing: border-box; display: inline-block; height: 30px; line-height: 30px; color: #3a404b; border: 1px solid #dfdfdf; font-size: 14px; margin-right: 5px; }
.paginator *:hover, .paginator *.active { border-color: #ff1515; color: #ff1515; }
.paginator *.disabled { background: #f3f5f7; border-color: #f3f5f7; color: #d3d3d3; }
.paginator .paginator-total {color:#333;padding: 0 20px;}
.paginator .paginator-first, .paginator .paginator-pre, .paginator .paginator-next, .paginator .paginator-last { padding: 0 20px; }
.paginator .paginator-num, .paginator .paginator-more { width: 30px; text-align: center; }

.module-header{background-color:#f3f5f7;border-bottom:1px solid #ccc;}
.module-header .header-con{width:100%;max-width:1190px;height:30px;line-height:30px;margin:0 auto;overflow:hidden;}
.module-header .header-con .welcome{float:left;font-size:12px;color:#6c6c6c;}
.module-header .header-con .bar{float:right;}
.module-header .header-con .bar span{margin-right:15px;font-size:12px;color:#6c6c6c;}
.module-header .header-con .bar span:last-child{margin-right:0;}
.module-header .header-con .bar span a{color:#6c6c6c;}
.module-banner {
    background-color: #fff;
}

.module-banner .banner-con {
    width:100%;
    max-width: 1190px;
    height: 150px;
    margin: 100px auto 30px auto;
}
.module-banner .banner-con .banner-search{
    text-align: center;
}
.module-banner .banner-con .logo {
    height: 54px;
    width: 60px;
    display: inline-block;
    background: url(../images/logo.png) no-repeat;
    margin: -16px auto;
}
.module-banner .banner-con .title {
    height: 60px;
    line-height: 60px;
    font-size: 2rem;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    padding:0px 0px 0px 20px;
}
.module-banner .search-box {
   margin: 30px auto;
}

.module-banner .search-box .search-con input {
    height: 45px;
    line-height: 45px;
    padding-left: 15px;
    width: 50%;
    border: 1px solid #ff1515;
    border-right: none;
    font-size: 1rem;
    color: #3a404b;
}

.module-banner .search-box .search-con a {
    height: 45px;
    line-height: 45px;
    width: 120px;
    text-align: center;
    background-color: #ff1515;
    color: #fff;
    font-size: 1rem;
    padding: 13px 15px 13px 15px;
    margin: 4px 0px 0px -10px;
}

.module-banner .shopCart-box {
    float: left;
    margin: 40px 0 0 60px;
    padding: 0 26px;
    border: 1px solid #dfdfdf;
    height: 34px;
    line-height: 34px;
}

.module-banner .shopCart-box .icon {
    display: inline-block;
    height: 15px;
    width: 18px;
    background: url(../images/shop_cart.jpg) no-repeat;
    vertical-align: middle;
}

.module-banner .shopCart-box .text {
    font-size: 14px;
    color: #000;
}

.module-nav{}
.module-nav .nav-con{margin:0 auto;max-width:1190px;width:100%;overflow:hidden;}
.module-nav .nav-con .all{float:left;}
.module-nav .nav-con .all a{float:left;width:210px;background-color:#ff1515;color:#fff;font-size:16px;height:40px;line-height:40px;}
.module-nav .nav-con .all .text{display:inline-block;vertical-align: middle;}
.module-nav .nav-con .all .icon{display:inline-block;margin-left:12px;height:6px;width:11px;background:url(../images/nav.png) no-repeat;vertical-align: middle;}
.module-nav .nav-con .nav-list { margin: auto; display: flex;align-items: center;justify-content: center;}
.module-nav .nav-con .nav-list ul{ margin:0px auto;display:inline;  }
.module-nav .nav-con .nav-list ul li{float: left;text-align: center;}
.module-nav .nav-con .nav-list ul li a{height:40px;line-height:40px;width:180px;text-align:center;font-size:16px;color:#000;padding:10px;}
.module-nav .nav-con .nav-list ul li a:hover{background-color:#ddd;}
.module-nav .nav-con .nav-list ul li.active a{background-color:#ddd;}
.module-footer{border-top:1px solid #dbdbdb;}
.module-footer .link-box{margin:0 auto;width:1190px;padding-top:55px;color:#666;font-size:14px;}
.module-footer .link-box a{color:#666;}
.module-footer .link-box em{margin:0 20px;}
.module-footer .des-box{margin:30px auto ;width:100%;max-width:1190px;color:#999;font-size:14px;}
.module-footer .des-box p{line-height:20px; height:20px; color:#939393;display:inline-block}
.module-footer .des-box p a{display:inline-block}

.module-banner{  max-width: 1190px; width: 100%;  margin: 0 auto;  }
.module-container{  max-width: 1190px;  min-height: 400px;  width: 100%; margin: 0 auto;  }
.module-recommend {
  position: relative;
  border: 1px #dadada solid;
  padding: 0 10px;
}
.module-recommend .title {
  border-bottom: 1px #000000 dotted;
  line-height: 40px;
}
.module-recommend .title .text {
  font-size: 16px;
  margin-left: 10px;
  color: #646464;
}
.module-recommend .title .more {
  position: absolute;
  right: 5px;
  top: 0;
  color: #999999;
  font-size: 14px;
}
.module-recommend .list .detail {
  position: relative;
  border-bottom: 1px #000000 dotted;
  padding: 10px 0;
}
.module-recommend .list .detail:last-child {
  border-bottom: none;
}
.module-recommend .list .detail .left {
  position: relative;
  height: 60px;
  width: 60px;
}
.module-recommend .list .detail .right {
  position: absolute;
  left: 70px;
  top: 10px;
}
.module-recommend .list .detail .right p {
  padding: 6px;
  color: #646464;
  font-size: 14px;
}
.page-index {
  position: relative;
  width:100%;
  max-width: 1190px;
  min-height: 550px;
}
.page-index .announce{
  height: 100px;
  line-height: 100px;
  font-size: 24px;
  text-align: center;
}

.page-index .top .top-left {
  width: 230px;
  background-color: #f4f4f4;
}
.page-index .top .top-left .list-wrap {
  position: relative;
  border: 1px #dfdfdf solid;
  border-top: none;
  padding: 0 20px;
}
.page-index .top .top-left .list-wrap.active {
  border: 1px #ff1515 solid;
  background-color: #fff;
  border-right: none;
  margin-top: -1px;
  margin-right: -1px;
  z-index: 999;
}
.page-index .top .top-left .list-wrap.active .list-more {
  right: -2px;
  color: #ff1515;
}
.page-index .top .top-left .list-wrap:first-child {
  border-top: 0 !important;
  margin-top: 0 !important;
}
.page-index .top .top-left .list-wrap .list-title {
  color: #ff1515;
  font-size: 14px;
  line-height: 30px;
  padding-top: 4px;
}
.page-index .top .top-left .list-wrap .list-detail {
  color: #3a404b;
  font-size: 14px;
  line-height: 30px;
}
.page-index .top .top-left .list-wrap .list-detail:last-child {
  padding-bottom: 4px;
}
.page-index .top .top-left .list-wrap .list-detail a {
  border-right: 1px #dadada solid;
  padding-right: 5px;
}
.page-index .top .top-left .list-wrap .list-detail a:first-child {
  padding-left: 0;
}
.page-index .top .top-left .list-wrap .list-detail a:last-child {
  border-right: none;
}
.page-index .top .top-left .list-wrap .list-more {
  position: absolute;
  top: 25px;
  right: 10px;
  font-size: 20px;
  color: #3a404b;
}
.page-index .top .top-list-detail {
  display: none;
  position: absolute;
  top: 0;
  left: 230px;
  width: 680px;
  min-height: 366px;
  border: 1px #ff1515 solid;
  z-index: 99;
  background-color: #fff;
  padding: 10px;
}
.page-index .top .top-list-detail .list-wrap {
  border-bottom: 1px #999999 dotted;
}
.page-index .top .top-list-detail .list-wrap:last-child {
  border-bottom: none;
}
.page-index .top .top-list-detail .list-wrap .list-title {
  color: #999999;
  font-size: 14px;
  line-height: 30px;
  padding-top: 4px;
}
.page-index .top .top-list-detail .list-wrap .list-detail {
  color: #3a404b;
  font-size: 14px;
  line-height: 30px;
}
.page-index .top .top-list-detail .list-wrap .list-detail:last-child {
  padding-bottom: 4px;
}
.page-index .top .top-list-detail .list-wrap .list-detail a {
  border-right: 1px #dadada solid;
  padding-right: 5px;
}
.page-index .top .top-list-detail .list-wrap .list-detail a:first-child {
  padding-left: 0;
}
.page-index .top .top-list-detail .list-wrap .list-detail a:last-child {
  border-right: none;
}
.page-index .top .top-center {
  position: absolute;
  left: 250px;
  top: 20px;
  width: 680px;
  height: 320px;
  border: 1px #dadada solid;
}
.page-index .top .top-center .center-img {
  width: 100%;
}
.page-index .top .top-right {
  position: absolute;
  top: 20px;
  left: 950px;
  width: 240px;
}
.page-index .top .top-right .button a {
  width: 110px;
  display: inline-block;
  font-size: 18px;
  text-align: center;
  height: 40px;
  line-height: 40px;
  border-radius: 2px;
  color: #fff;
}
.page-index .top .top-right .button a:first-child {
  margin-right: 15px;
}
.page-index .top .top-right .button .button1 {
  background-color: #ff1515;
}
.page-index .top .top-right .button .button2 {
  background-color: #3a404b;
}
.page-index .top .top-right .hot {
  margin-top: 10px;
  height: 270px;
}
.page-index .top .top-right .hot .list p {
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.page-index .top .top-right .hot .list p a {
  font-size: 14px;
  color: #666666;
}
.page-index .top .top-right .hot .list p:first-child {
  margin-top: 10px;
}
.page-index .middle .clear-area {
  margin-top: 20px;
  height: 90px;
  background-color: #f3f3f3;
  border: 1px #e0e0e0 solid;
}
.page-index .middle .list {
  position: relative;
  margin-top: 10px;
}
.page-index .middle .list .list-title {
  border-bottom: 2px #ff1515 solid;
  padding: 10px 0;
}
.page-index .middle .list .list-title .big {
  color: #ff1515;
  font-size: 18px;
}
.page-index .middle .list .list-title .small {
  color: #646464;
  font-size: 14px;
  padding: 0 10px;
  border-right: 1px #dadada solid;
}
.page-index .middle .list .list-title .small:last-child {
  border-right: none;
}
.page-index .middle .list .more {
  position: absolute;
  top: 15px;
  right: 5px;
  color: #999999;
  font-size: 12px;
}
.page-index .middle .list .body {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
  border: 1px #cccccc solid;
  border-top: none;
}
.page-index .middle .list .body .stone-lists {
  height: 280px;
}
.page-index .middle .list .body .stone-lists .stone-list {
  display: inline-block;
  margin-left: 6px;
}
.page-index .middle .list .body .stone-lists .stone-list:first-child {
  margin-left: 0;
}
.page-index .middle .list .body .stone-lists .stone-list .image {
  width: 228px;
  height: 228px;
  border: 1px #dadada solid;
}
.page-index .middle .list .body .stone-lists .stone-list .image img {
  width: 100%;
}
.page-index .middle .list .body .stone-lists .stone-list .text {
  width: 228px;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
  color: #666666;
}
.page-index .middle .list .body .slider {
  position: relative;
  overflow: hidden;
  padding: 20px 10px 0 10px;
}
.page-index .middle .list .body .slider .slider-left {
  position: absolute;
  left: 10px;
  top: 0;
  height: 290px;
  line-height: 290px;
  font-size: 30px;
  cursor: hand;
}
.page-index .middle .list .body .slider .slider-left a {
  color: #666666;
}
.page-index .middle .list .body .slider .slider-right {
  position: absolute;
  top: 0;
  right: 10px;
  height: 290px;
  line-height: 290px;
  font-size: 30px;
  cursor: hand;
}
.page-index .middle .list .body .slider .slider-right a {
  color: #666666;
}
.page-index .middle .list .body .slider .slider-wrap {
  height: 290px;
  margin-left: 30px;
  overflow: hidden;
  width: 1080px;
}
.page-index .middle .list .body .slider .slider-container {
  height: 290px;
  width: 1375px;
}
.page-index .middle .list .body .slider .slider-container .detail {
  position: relative;
  display: inline-block;
  margin: 0 20px;
}
.page-index .middle .list .body .slider .slider-container .detail .image {
  position: relative;
  height: 230px;
  width: 230px;
}
.page-index .middle .list .body .slider .slider-container .detail .image img {
  width: 100%;
}
.page-index .middle .list .body .slider .slider-container .detail .image .mark {
  position: absolute;
  right: 2px;
  bottom: 2px;
  padding: 2px 3px;
  background-color: #ff1515;
  color: #fff;
  font-size: 12px;
}
.page-index .middle .list .body .slider .slider-container .detail .text {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  margin-top: 5px;
  color: #3a404b;
}
.page-index .middle .list .body .slider .slider-container .detail .price {
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  color: #d80000;
}
.page-index .middle .list .body .stone-images {
  height: 360px;
  width: 970px;
}
.page-index .middle .list .body .stone-images .image {
  position: relative;
  border: 1px #f3f3f3 solid;
  float: left;
  overflow: hidden;
}
.page-index .middle .list .body .stone-images .image img {
  width: 100%;
}
.page-index .middle .list .body .stone-images .image .wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bababa;
  color: #fff;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  width: 100%;
  padding-left: 10px;
}
.page-index .middle .list .body .stone-images .image1 {
  width: 360px;
  height: 360px;
}
.page-index .middle .list .body .stone-images .image2 {
  width: 180px;
  height: 180px;
}
.page-index .middle .list .body .new-list {
  height: 350px;
  border: 1px #cccccc solid;
  margin-bottom: 10px;
}
.page-index .middle .list .body .new-list .block {
  position: relative;
  float: left;
  height: 350px;
  border-right: 1px #cccccc solid;
}
.page-index .middle .list .body .new-list .block:last-child {
  border-right: none;
}
.page-index .middle .list .body .new-list .block .more {
  position: absolute;
  right: 8px;
  top: 16px;
  color: #999999;
  font-size: 14px;
}
.page-index .middle .list .body .new-list .block .new-title {
  color: #ff1515;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
}
.page-index .middle .list .body .new-list .block .new-body {
  padding: 0 10px;
}
.page-index .middle .list .body .new-list .block .new-body .one-image {
  padding: 0 8px;
  width: 120px;
  height: 120px;
  float: left;
}
.page-index .middle .list .body .new-list .block .new-body .one-image img {
  width: 100%;
}
.page-index .middle .list .body .new-list .block .new-body .one-title {
  font-size: 18px;
  line-height: 24px;
  color: #3a404b;
  font-weight: 700;
}
.page-index .middle .list .body .new-list .block .new-body .one-content {
  padding: 5px;
  font-size: 14px;
  line-height: 20px;
  color: #999999;
}
.page-index .middle .list .body .new-list .block .new-body .one-content a {
  font-size: 14px;
  color: #3a404b;
}
.page-index .middle .list .body .new-list .block .new-body .two-image {
  width: 358px;
  height: 138px;
  overflow: hidden;
  border: 1px #cccccc solid;
}
.page-index .middle .list .body .new-list .block .new-body .two-image img {
  width: 100%;
}
.page-index .middle .list .body .new-list .block .new-body .two-list .two-list-detail {
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  border-bottom: 1px #cccccc dotted;
  overflow: hidden;
}
.page-index .middle .list .body .new-list .block .new-body .two-list .two-list-detail a {
  font-size: 14px;
  color: #3a404b;
}
.page-index .middle .list .body .new-list .block .new-body .three-list {
  margin-top: -8px;
}
.page-index .middle .list .body .new-list .block .new-body .three-list p {
  height: 30px;
  line-height: 30px;
  color: #3a404b;
  font-size: 14px;
}
.page-index .middle .list .body .new-list .block .new-body .three-list p span {
  color: #999999;
  padding: 0 8px;
}
.page-index .middle .list .body .new-list .left {
  width: 515px;
}
.page-index .middle .list .body .new-list .center {
  width: 385px;
}
.page-index .middle .list .body .new-list .right {
  width: 285px;
}
.page-index .middle .list .body .stone-show {
  margin-top: -20px;
  margin-bottom: 30px;
}
.page-index .middle .list .body .stone-show .stone-show-cities {
  background-color: #f6f6f6;
  height: 40px;
  line-height: 40px;
}
.page-index .middle .list .body .stone-show .stone-show-cities .city {
  font-size: 14px;
  display: inline-block;
  width: 95px;
  text-align: center;
}
.page-index .middle .list .body .stone-show .stone-show-cities .active {
  text-decoration: underline;
}
.page-index .middle .list .body .stone-show .shone-show-wrap {
  position: relative;
  height: 400px;
  overflow: hidden;
  border: 1px #f6f6f6 solid;
  border-top: none;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-left {
  float: left;
  width: 860px;
  border-right: 1px #f6f6f6 solid;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-left .left-list {
  height: 150px;
  padding: 25px;
  border-bottom: 1px #cccccc dotted;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-left .left-list:last-child {
  border-bottom: none;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-left .left-list .list-image {
  float: left;
  width: 460px;
  height: 150px;
  border: 1px #f6f6f6 solid;
  overflow: hidden;
  padding-right: 10px;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-left .left-list .list-image img {
  width: 100%;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-left .left-list .left-title {
  font-size: 18px;
  color: #3a404b;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-left .left-list .left-content {
  font-size: 14px;
  color: #999999;
  line-height: 35px;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-right {
  width: 285px;
  float: left;
  padding: 0 20px;
  font-size: 14px;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-right .right-list {
  position: relative;
  line-height: 48px;
  border-bottom: 1px #cccccc dotted;
}
.page-index .middle .list .body .stone-show .shone-show-wrap .stone-show-content .show-content-right .right-list span {
  position: absolute;
  right: 0;
}
.page-index .middle .list .body .module-recommend {
  position: absolute;
  top: 20px;
  right: 0;
  width: 205px;
  height: 345px;
}
.page-index .middle .list .body .module-recommend .detail {
  padding: 6px 0;
}
.page-index .middle .list .noBorder {
  border: none;
}

.content {
  font-size:18px;
  color:#333;
  padding:30px 100px;
}
.content h3 {
  font-size: 28px;
  font-weight: 700;
  height: 50px;
  line-height: 50px;
}
.content p {
  font-size: 16px;
  line-height: 35px;
}
.qrcode{padding-top:10px;padding-bottom:45px;}

.qrcode  thead  tr  th,
.qrcode  tbody  tr  th,
.qrcode  tfoot  tr  th,
.qrcode  thead  tr  td,
.qrcode  tbody  tr  td,
.qrcode  tfoot  tr  td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px solid #e3e3e3;
}
.qrcode  thead  tr  td,
.qrcode  tbody  tr  td,
.qrcode  tfoot  tr  td {
  text-align: left;
}

.query-box{padding-top:45px;padding-bottom:60px;background-size:cover;}
.query-box .query-con{margin:auto;padding-bottom:35px;width:600px;border:1px solid #d7d9d9;background-color:#fff;}
.query-box .query-con .input-box{padding-top:30px;}
.query-box .query-con .input-box .input-con{padding:0 30px;margin-bottom:20px;overflow:hidden;}
.query-box .query-con .input-box .input-con .title{float:left;height:42px;line-height:42px;color:#222;font-size:12px;text-align:right;width:96px;}
.query-box .query-con .input-box .input-con .title .text{vertical-align: middle;}
.query-box .query-con .input-box .input-con .input{float:left;}
.query-box .query-con .input-box .input-con .input input{height:40px;width:350px;line-height:40px;border:1px solid #d3d3d3;border-radius:5px;padding-left:20px;font-size:12px;color:#222;}
.query-box .query-con .btn-box{text-align:center;}
.query-box .query-con .btn-box a{display:inline-block;font-size:18px;color:#fff;height:40px;width:140px;line-height:40px;background-color:#ff1515;}

.query-box-inline{padding-top:5px;padding-bottom:5px;background-size:cover;}
.query-box-inline .query-con{ text-align:center; padding:5px;border:1px solid #d7d9d9;background-color:#fff;}
.query-box-inline .query-con .title{vertical-align: middle;height:42px;line-height:42px;color:#222;font-size:12px;text-align:right;width:96px;}
.query-box-inline .query-con input{height:30px;width:220px;line-height:30px;border:1px solid #d3d3d3;border-radius:5px;padding-left:20px;font-size:12px;color:#222;}
.query-box-inline .query-con .btn a{display:inline-block;font-size:18px;color:#fff;height:30px;width:140px;line-height:30px;background-color:#ff1515;}
.query-box-inline .query-con a{font-size:18px;color:#fff;height:28px;width:120px;line-height:28px;background-color:#ff1515;}


.page-article-detail .title {margin-top: 10px;text-align:center;font-size: 24px;font-weight: 700;color: #3a404b;height: 50px;line-height: 50px;}
.page-article-detail .subtitle {font-size: 14px;text-align:center;color: #999999;border-bottom: 1px #999999 dotted;height: 40px;line-height: 40px;padding-bottom: 10px;}
.page-article-detail .content {font-size:18px; color:#333; }

.news-container{width: 100%; min-height: 200px}
.news-container-left{width: 48%; float:left;}
.news-container-right{width: 48%; float:right;}
.news-container-maintitle {padding: 10px 0px 10px 0px;font-weight: bold; border-bottom: 1px dotted #000}
.news-container-maintitle span {float:right;}
.news-container-left ul li { height: 30px;line-height: 30px}
.news-container-right ul li { height: 30px;line-height: 30px}


.fileupload {position: relative;overflow: hidden; display: inline-block;  *display: inline;  *zoom: 1}
.fileupload input {position: absolute; font-size: 12px; right: 0;top: 0;opacity: 0;filter: alpha(opacity=0); cursor: pointer}



.container {
  width: 100%;
  min-height: calc( 100% - 150px);
  min-height: -webkit-calc( 100% - 150px);
  min-height: -moz-calc( 100% - 150px);
  max-width: 640px;
  margin: 0 auto;
  position: relative;
  padding: 10px;
}
.qrcode-box{
  margin: 1rem 0;
}

.qrcode-box li {
  background-color: #fff;
  line-height: 0.5rem;
  padding: 1rem;
}
.qrcode-box li a img{
  width: 100%
}
.qrcode-box label {
  color: #999;
  float: right;
  font-size: 1rem;
  margin: -10px 0px 0px 100px;
  line-height: 16px;
}


.qrcode-box ul:after {
  content: " ";
  display: block;
  clear: both;
}
